home *** CD-ROM | disk | FTP | other *** search
- Short: New language experiment (balrog Soft)
- Author: Pedro Gil (Balrog Soft) balrog@teleline.es
- Uploader: Pedro Gil (Balrog Soft) balrog@teleline.es
- Type: dev/lang
-
- LSL Compiler version 0.001ß
-
- This is a litle program that compile a simple language with 6 commands
- I want to make a new Basic Language, and this is and example.
-
- PROGRAM means the name of the compiled program
-
- VAR c: INTEGER means define a variable c such as integer
-
- BEGIN means the start of the program
-
- c=4 puts 4 the variable
-
- WRITELN c means write the variable c
-
- END end of the program
-
-
-
- This is the example:
-
-
-
- PROGRAM PruebaLSL
-
- VAR c: INTEGER
-
- BEGIN
-
- c=4
- WRITELN c
-
- END
-
-
- How to use:
-
- Write in CLI this: LSLComp example.lsl
-
- And a litle program call PruebaLSL will be created.
-
-
- If you are interesting in this program write to
-
- balrog@teleline.es
-
- WWW: http://members.tripod.com/~balrogsoft
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 50768 28886 43.1% 31-Mar-93 17:39:18 a68k
- 31424 17417 44.5% 31-Mar-93 17:39:08 blink
- 65 64 1.5% 03-Jan-80 11:50:30 example.lsl
- 493 288 41.5% 07-Jan-80 00:24:28 +Comp.data
- 234 154 34.1% 07-Jan-80 00:50:32 +Main.lib
- 65016 39407 39.3% 17-Jan-80 11:05:56 LSLComp
- 941 477 49.3% 28-Jan-80 23:45:16 LSLComp.readme
- 172 139 19.1% 28-Jan-80 23:37:32 PruebaLSL
- -------- ------- ----- --------- --------
- 149113 86832 41.7% 01-Jun-100 22:12:56 8 files
-